You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > SetVal Method > Matrix.SetVal Method ([In] double, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.SetVal Method ([In] double, int, int, int, int)

Initializes matrix values to Value.

Syntax
C#
Visual Basic
public TMtx SetVal([In] double Value, int Row, int Col, int ToRow, int ToCol);

Sets the calling matrix elements [Row,Col]..[Row+ToRow,Col+ToCol] to Value. An exception is raised if ConditionCheck is true and array bounds are overrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!